Skip to main content

frequency

1. Description

The Frequency Calculation Type is used to derive the frequency from a field.

2. Screen Configuration

freq_image

Here if the field contains monthly then the cashflows will be calculated monthly. If the field contains quarterly then it will be incremented with multiples of 3 that is 3 months. If the field contains half_yearly then cashflow will be calculated half yearly. Similarly if the field contains yearly then cashflow will be calculated yearly. If bf is present in the field then these values will be used to calculate bullet cashflows.

Click ⬇️ to download the sample data.

3. Required Fields

  • name: Output Field Name.
  • data_type:Output Field type.
  • derivation
    • derivation_type: The calculation type used to derive this output field, which for frequency is "FREQUENCY".
    • req_fields
      • name: Field name from the input metadata / output config for the frequency field.
      • monthly_frequency_values: All the values to be looked up for monthly frequency.
      • quarterly_frequency_values: All the values to be looked up for quarterly frequency.
      • half_yearly_frequency_values: All the values to be looked up for halt yearly frequency.
      • yearly_frequency_values: All the values to be looked up for yearly frequency.
      • bullet_frequency_values: All the values to be looked up for bullet frequency.
      • default_frequency: Default Frequency when none of the above values defined gets satisfied by the field.